github.com/klauspost/compress/zstd.symbolTransform.outBits (field)
14 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L748: wr.addBits32NC(s.litLen, llB.outBits)
blockenc.go#L749: wr.addBits32NC(s.matchLen, mlB.outBits)
blockenc.go#L751: wr.addBits32NC(s.offset, ofB.outBits)
blockenc.go#L769: outBits := ofB.outBits & 31
blockenc.go#L780: outBits = mlB.outBits & 31
blockenc.go#L791: outBits = llB.outBits & 31
enc_best.go#L52: m.est = int32(ofTT.outBits + mlTT.outBits)
fse_encoder.go#L52: outBits uint8
fse_encoder.go#L57: return fmt.Sprintf("{deltabits: %08x, findstate:%d outbits:%d}", s.deltaNbBits, s.deltaFindState, s.outBits)
fse_encoder.go#L231: s.ct.symbolTT[s.rleVal].outBits = s.rleVal
fse_encoder.go#L236: s.ct.symbolTT[s.rleVal].outBits = s.maxBits
fse_encoder.go#L241: s.ct.symbolTT[i].outBits = uint8(i)
fse_encoder.go#L248: s.ct.symbolTT[i].outBits = v
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |